{% extends "base.html" %} {% block content %} Back
popular_word_per_year

In this notebook we are going to find the most commont words per year


First we need to import all the needed libraries for this project
We our going to use:

  • matplotlib
  • pandas
  • wordcloud
  • regex
  • sys

I find it very interesting to see what where the subjects that each year, the mass media had most of their attention.

{% endblock %}